home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 1 / ETO Development Tools 1.iso / Essentials / MacApp Documentation / MacApp AppleLink Messages / MacApp.Tech$ Oct 89 / Z0088--d MABuild option f-Oct89 < prev    next >
Encoding:
Text File  |  1989-10-16  |  1.1 KB  |  29 lines  |  [TEXT/GEOL]

  1. Item    1358426                         16-Oct-89        11:46
  2.  
  3. From:   MUYSVASOVIC1                    ER&D - J-D Muys-Vasovic
  4.  
  5. To:     APPLE.BUGS                      Apple Bugs Reporting
  6.         MACAPP.TEST                     MacApp SQA Team
  7.         MACDTS                          Macintosh Developer Tech. Supt.
  8.  
  9. cc:     MACAPP.TECH$                    MACAPP Tech
  10.  
  11. Sub:    -d MABuild option followup
  12.  
  13. Dear MacAppers,
  14.  
  15. This is a followup on my bug report concerning the -d option of MABuild:
  16. incompatibility between the Pascal way (-d qWhatever=TRUE or FALSE) and the asm
  17. way (-d qWhatever=1 or 0). The workaround I suggested, including in the default
  18. ASM option "-d TRUE=1 -d FALSE=0", has the nasty side effect of preventing the
  19. assembly of UOBject.a, because it defines two labels, you guessed it, called
  20. TRUE and FALSE. They are located in the ISCLASSIDMEMBERCLASS function. I
  21. replace them by bTRUE and bFALSE respectively, and now all is well (or at least
  22. seams to be well).
  23.  
  24. Stay tuned for the 1318th episode.
  25.  
  26. Jean-Denis Muys-Vasovic
  27. Apple Computer Europe
  28.  
  29.